home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / ddos2aid.arc / DDOS_AID.DOC next >
Encoding:
Text File  |  1985-12-21  |  2.2 KB  |  56 lines

  1.  
  2.          DDOS_AID - by Chris M. Magyar - 12/19/85 Update
  3.        ---------------------------------------------------
  4.  
  5.     Here are a few utilities I wrote that may be of use to those of you who 
  6.   use DoubleDOS.  SWITCH.ASM is a simplified version of the program supplied 
  7.   with your DoubleDOS distribution disk.  
  8.  
  9.     The following files should be included with this ARChive:
  10.  
  11.  
  12. 1    DDOS_AID.DOC  -  This File
  13.  
  14. 2    DOUBLEDO.EQU  -  DoubleDOS interrupts in Equate form for easy ASM
  15.                         programming.  With descriptions.
  16.  
  17. 3    SWITCH  .COM  -  Performs unconditional task switch.
  18. 4    SWITCH  .ASM
  19.  
  20. 5    SUSPEND .COM  -  Suspends the Invisible partition.
  21. 6    SUSPEND .ASM
  22.  
  23. 7    RESUME  .COM  -  Resumes the Invisible partition.
  24. 8    RESUME  .ASM
  25.  
  26. 9    HERESTAT.COM  -  Display Status, Task Number, and return the Status
  27. 10   HERESTAT.ASM       in the form of an ERRORLEVEL
  28.  
  29. 11   FLIPSTAT.COM  -  Display Status of Invisible (FlipSide) partition.
  30. 12   FLIPSTAT.ASM       return status in ERRORLEVEL
  31.  
  32. 13   PRIORITY.COM  -  Change partition priorities on the fly: Visible,
  33. 14   PRIORITY.ASM       Invisible, Top, or Bottom @ 70% / 30%, also
  34.                         Equal @ 50% / 50%
  35.  
  36. 15   SEND    .COM  -  Send a charachter string (followed by a CR) to
  37. 16   SEND    .ASM       the other partition.  Handles various error
  38.                         conditions such as keyboard buffer overflow,
  39.                         nul input, and suspended partitions. See SEND.ASM
  40.                         for additional info.
  41.                         
  42.  
  43.     These utilities help to round out the DoubleDOS multi-tasking program by 
  44.   adding BATCH level control over the partitions.  SEND is probably the most 
  45.   useful program, allowing distributed processing.  The various supplemental 
  46.   utilities further enhance control. The latest addition, PRIORITY, allows
  47.   the user to change partition priorities on the fly! 
  48.  
  49.     I ask for no contributions, but if you decide to improve/add to these 
  50.   routines, please upload a copy to my BBS (Fido).  
  51.  
  52.                   Chris Magyar, Sysop
  53.                   Germantown Programmer's Exchange
  54.                   (301) 428-3418
  55.  
  56.